home *** CD-ROM | disk | FTP | other *** search
/ Risc World 7 / Risc World 7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / sndlibs / midas / h / common next >
Encoding:
Text File  |  2000-12-01  |  304 b   |  14 lines

  1. #include "midasdll.h"
  2. MIDASmodule manicmod;
  3. MIDASmodulePlayHandle manichandle;
  4. MIDASsample pickwav;
  5. MIDASsamplePlayHandle pickhandle;
  6. MIDASsample jumpwav;
  7. MIDASsamplePlayHandle jumphandle;
  8. MIDASsample diewav;
  9. MIDASsamplePlayHandle diehandle;
  10. MIDASsamplePlayHandle jump2handle;
  11.  
  12. int curchan;
  13. int maxchan;
  14.